# Theme: statler
# Description: A default theme for CrunchBang Statler
# Author: Philip Newborough <corenominal@corenominal.org>
# Web: http://crunchbang.org/
# -------------------------------------------------------
gtk_color_scheme = "fg_color:#93939E"
gtk_color_scheme = "bg_color:#CECECE"
gtk_color_scheme = "base_color:#CECECE"
gtk_color_scheme = "text_color:#93939E"
gtk_color_scheme = "selected_bg_color:#4D5E72"
gtk_color_scheme = "selected_fg_color:#CECECE"
gtk_color_scheme = "tooltip_bg_color:#CECECE"
gtk_color_scheme = "tooltip_fg_color:#93939E"
gtk_color_scheme = "menu_bg_color:#CECECE"
gtk_color_scheme = "menu_fg_color:#93939E"
gtk_color_scheme = "panel_bg_color:#CECECE"
gtk-button-images = 0
gtk-auto-mnemonics = 1
style "murrine-default"
{
    xthickness = 1
    ythickness = 1
    GtkButton::child-displacement-x = 1
    GtkButton::child-displacement-y = 1
    GtkButton::default-border = { 0, 0, 0, 0 }
    GtkCheckButton::indicator-size = 14
    GtkRadioButton::indicator-size = 14
    GtkPaned::handle-size = 6
    GtkRange::trough-border = 0
    GtkRange::slider-width = 15
    GtkRange::stepper-size = 15
    GtkScale::slider-length = 15
    GtkProgressBar::min-vertical-bar-width = 18
	GtkProgressBar::min-horizontal-bar-height = 18
    GtkScale::trough-side-details = 1
    GtkScrollbar::min-slider-length = 30
    GtkMenuBar::internal-padding = 1
    GtkExpander::expander-size = 16
    GtkToolbar::internal-padding = 0
    GtkTreeView::expander-size = 14
    GtkTreeView::vertical-separator = 0
    GtkMenu::horizontal-padding = 0
    GtkMenu::vertical-padding = 0
    GtkMenu::horizontal-offset = 6
    GtkMenuItem::arrow-scaling = 0.5
    GtkMenuItem::arrow-spacing = 2
    GtkMenuItem::toggle-spacing = 5
    GtkNotebook::tab-overlap =-3
    GtkWidget::link-color = "#4d75bf"
    GtkWidget::visited-link-color = "#884dbf"
    WnckTasklist::fade-overlay-rect = 0
    GtkEntry::honors-transparent-bg-hint = 1
    GtkEntry::progress-border = { 2, 2, 2, 2 }
    GtkScrolledWindow::scrollbar-spacing = 1
    GtkToolbar::shadow-type = GTK_SHADOW_NONE
    GtkWidget::focus-line-width = 0.5
    fg[NORMAL] = @fg_color
    fg[PRELIGHT] = @fg_color
    fg[SELECTED] = @selected_fg_color
    fg[ACTIVE] = @fg_color
    fg[INSENSITIVE] = darker (@bg_color)
    bg[NORMAL] = @bg_color
    bg[PRELIGHT] = shade (1.02, @bg_color)
    bg[SELECTED] = @selected_bg_color
    bg[INSENSITIVE] = @bg_color
    bg[ACTIVE] = shade (0.85, @bg_color)
    base[NORMAL] = @base_color
    base[PRELIGHT] = shade (0.95, @bg_color)
    base[ACTIVE] = shade (0.75, @bg_color)
    base[SELECTED] = @selected_bg_color
    base[INSENSITIVE] = @bg_color
    text[NORMAL] = @text_color
    text[PRELIGHT] = @text_color
    text[ACTIVE] = @selected_fg_color
    text[SELECTED] = @selected_fg_color
    text[INSENSITIVE] = darker (@bg_color)
    engine "murrine"
    {
        animation = FALSE
        colorize_scrollbar = FALSE
        contrast = 0.4
        glazestyle = 1
        glow_shade = 1.1
        glowstyle = 4
        gradient_shades = {1.2,1.0,1.0,0.9}
        border_shades = {1.2,1.0}
        highlight_shade = 1.0
        lightborder_shade = 1.1
        lightborderstyle = 0
        listviewheaderstyle = 0
        listviewstyle = 1
        menubaritemstyle = 0
        menubarstyle = 0
        menuitemstyle = 0
        menustyle = 0
        progressbarstyle = 0
        reliefstyle = 3
        rgba = FALSE
        roundness = 0
        scrollbarstyle = 2
        sliderstyle = 0
        stepperstyle = 0
        toolbarstyle = 0
        arrowstyle = 2
        separatorstyle = 1
    }
}
style "evolution-hack" = "murrine-default"
{
    bg[NORMAL] = shade (1.14, @bg_color)
    bg[PRELIGHT] = shade (1.18, @bg_color)
    bg[ACTIVE] = shade (0.75, @bg_color)
    bg[SELECTED] = @selected_bg_color
    fg[ACTIVE] = @selected_fg_color
    fg[SELECTED] = @selected_fg_color
}
style "murrine-wide"
{
    xthickness = 2
    ythickness = 2
}
style "murrine-wider"
{
    xthickness = 3
    ythickness = 3
}
style "murrine-entry" = "murrine-wider"
{
    bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
    fg[SELECTED] = @text_color
    engine "murrine" {
        focus_color = shade (0.65, @selected_bg_color)
    }
}
style "murrine-button" = "murrine-wider"
{	
	bg[NORMAL]        = shade (1.06, @bg_color) 
	bg[PRELIGHT]      = shade (1.35, @selected_bg_color)  
	bg[ACTIVE]        = shade (0.85, @bg_color)
	bg[SELECTED]      = shade (1.0, @selected_bg_color)  
	bg[INSENSITIVE]   = shade (0.95, @bg_color)

  	engine "murrine" 
	{
		contrast            = .8
		highlight_shade     = 1.00
		lightborder_shade   = 1.7
		gradient_shades     = {1.1,1.05,0.95,0.95} 
		border_shades       = { 1.1, 0.9 }
		shadow_shades       = {0.5,0.0}
		reliefstyle         = 3
		roundness	    = 0
	}
}
style "murrine-notebook-bg"
{
    bg[NORMAL] = shade (1.02, @bg_color)
    bg[ACTIVE] = shade (0.92, @bg_color)
}
style "murrine-notebook" = "murrine-notebook-bg"
{
    xthickness = 1
    ythickness = 1
    engine "murrine"
    {
        roundness = 0
        contrast = 0.6
    }
}
style "murrine-menu"
{
    text[NORMAL] = @menu_fg_color
    text[PRELIGHT] = @menu_fg_color
    text[SELECTED] = @menu_fg_color
    text[ACTIVE] = @menu_fg_color
    engine "murrine"
    {
        roundness = 0
    }
}
style "murrine-menu-item" = "murrine-wider"
{

}
style "murrine-separator-menu-item"
{
    GtkSeparatorMenuItem::horizontal-padding = 4
    GtkWidget::wide-separators = 1
    GtkWidget::separator-width = 1
    GtkWidget::separator-height = 7
    xthickness = 1
    ythickness = 0
}
style "murrine-menubar"
{
    ythickness = 0
    bg[SELECTED] = shade (0.85, @selected_bg_color)
    bg[NORMAL] = @menu_bg_color
    bg[PRELIGHT] = shade (0.85, @selected_bg_color)
    bg[ACTIVE] = @menu_bg_color
    bg[INSENSITIVE] = @menu_bg_color
    fg[NORMAL] = @menu_fg_color
    fg[PRELIGHT] = @selected_fg_color
    fg[SELECTED] = @selected_fg_color
    fg[ACTIVE] = @selected_fg_color
    fg[INSENSITIVE] = shade (0.49, @selected_bg_color)
    text[NORMAL] = @menu_fg_color
    text[PRELIGHT] = @selected_fg_color
    text[SELECTED] = @selected_fg_color
    text[ACTIVE] = @selected_fg_color
    text[INSENSITIVE] = shade (0.49, @selected_bg_color)
    engine "murrine"
    {
        roundness = 0
    }
}
style "murrine-treeview"
{
    engine "murrine"
    {
        roundness = 0
    }
}
style "murrine-treeview-header" = "murrine-button"
{
    xthickness = 2
    ythickness = 1
    bg[NORMAL] = shade (1.04, @bg_color)
    bg[PRELIGHT] = shade (1.08, @bg_color)
    bg[ACTIVE] = shade (0.85, @bg_color)
    engine "murrine"
    {
        roundness = 0
    }
}
style "murrine-frame-title"
{
    fg[NORMAL] = lighter (@fg_color)
}
style "murrine-tooltips" = "murrine-wider"
{
    bg[NORMAL] = @tooltip_bg_color
    fg[NORMAL] = @tooltip_fg_color
}
style "metacity-frame" = "murrine-default"
{
    bg[SELECTED] = shade (0.85, @selected_bg_color)
}
style "murrine-progressbar"
{
    xthickness = 0
    ythickness = 0

    fg[PRELIGHT] = shade (1.10, @bg_color)
    bg[NORMAL] = shade (1.10, @bg_color)
    bg[SELECTED] = shade (0.66, @bg_color)

    engine "murrine" {
        roundness = 0
        contrast = 0.6
        border_shades = { 1.0, 0.8 }
    }
}
style "murrine-statusbar"
{
    xthickness = 2
}
style "murrine-comboboxentry" {}
style "murrine-spinbutton"
{
    bg[ACTIVE] = shade (0.85, @bg_color)
}
style "murrine-scale" = "murrine-button"
{
    GtkRange::slider-width = 15
    bg[NORMAL] = shade (1.0, @bg_color)
    bg[PRELIGHT] = shade (1.05, @bg_color)
    bg[ACTIVE] = shade (0.90, @bg_color)
    bg[SELECTED] = shade (0.60, @bg_color)
    bg[INSENSITIVE] = shade (1.0, @bg_color)
    engine "murrine"
    {
        contrast = 0.8
        roundness = 0
    }
}
style "murrine-hscale" = "murrine-scale" {}
style "murrine-vscale" = "murrine-scale" {}
style "murrine-nautilus-location"
{
    bg[NORMAL] = shade (1.25, @selected_bg_color)
}
style "murrine-radiocheck" = "murrine-default"
{
    text[NORMAL] = @selected_fg_color
    text[PRELIGHT] = @selected_fg_color
}
style "murrine-scrollbar"
{
    bg[NORMAL] = shade (0.86, @bg_color)
    bg[PRELIGHT] = shade (0.86, @bg_color)
    bg[ACTIVE] = shade (1.0, @bg_color)
    bg[INSENSITIVE] = shade (1.0, @bg_color)
}
style "murrine-hscrollbar" = "murrine-scrollbar" {}
style "murrine-vscrollbar" = "murrine-scrollbar" {}
class "GtkWidget" style "murrine-default"
class "GtkFrame" style "murrine-wide"
class "GtkEntry" style "murrine-entry"
class "MetaFrames" style "metacity-frame"
class "GtkSeparator" style "murrine-wide"
class "GtkWindow" style "metacity-frame"
class "GtkCalendar" style "murrine-wide"
class "GtkSpinButton" style "murrine-spinbutton"
class "GtkScale" style "murrine-scale"
class "GtkVScale" style "murrine-vscale"
class "GtkHScale" style "murrine-hscale"
class "GtkScrollbar" style "murrine-scrollbar"
class "GtkVScrollbar" style "murrine-vscrollbar"
class "GtkHScrollbar" style "murrine-hscrollbar"
class "GtkRadio*" style "murrine-radiocheck"
class "GtkCheck*" style "murrine-radiocheck"
widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook-bg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook-bg"
widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook-bg"
widget_class "*<GtkNotebook>*<GtkViewport>" style "murrine-notebook-bg"
widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "murrine-notebook-bg"
widget_class "*<GtkButton>" style "murrine-button"
widget_class "*<GtkNotebook>" style "murrine-notebook"
widget_class "*<GtkStatusbar>*" style "murrine-statusbar"
widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry"
widget_class "*<GtkCombo>*" style "murrine-comboboxentry"
widget_class "*<GtkMenuBar>*" style "murrine-menubar"
widget_class "*<GtkMenu>*" style "murrine-menu"
widget_class "*<GtkMenuItem>*" style "murrine-menu-item"
widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item"
widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title"
widget_class "*.<GtkTreeView>*" style "murrine-treeview"
widget_class "*<GtkProgress>" style "murrine-progressbar"
widget_class "*<GtkProgressBar>" style "murrine-progressbar"
widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header"
widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header"
widget_class "*.ETable.ECanvas" style "murrine-treeview-header"
widget_class "*.ETree.ECanvas" style "murrine-treeview-header"
widget_class "*GtkCTree*" style "evolution-hack"
widget_class "*GtkList*" style "evolution-hack"
widget_class "*GtkCList*" style "evolution-hack"
widget_class "*.ETree.*" style "evolution-hack"
widget_class "*EInfoLabel*" style "evolution-hack"
widget "gtk-tooltip*" style "murrine-tooltips"
widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location"
style "murrine-text-is-fg-color-workaround"
{
    text[NORMAL] = @fg_color
    text[PRELIGHT] = @fg_color
    text[SELECTED] = @selected_fg_color
    text[ACTIVE] = @fg_color
    text[INSENSITIVE] = darker (@bg_color)
}
widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround"
style "murrine-menuitem-text-is-fg-color-workaround"
{
    text[NORMAL] = @menu_fg_color
    text[PRELIGHT] = @selected_fg_color
    text[SELECTED] = @selected_fg_color
    text[ACTIVE] = @fg_color
    text[INSENSITIVE] = darker (@bg_color)
}
widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround"
style "murrine-fg-is-text-color-workaround"
{
    fg[NORMAL] = @text_color
    fg[PRELIGHT] = @text_color
    fg[ACTIVE] = @selected_fg_color
    fg[SELECTED] = @selected_fg_color
    fg[INSENSITIVE] = darker (@bg_color)
}
widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround"
widget_class "*<GtkCList>" style "murrine-fg-is-text-color-workaround"
widget_class "*<EelEditableLabel>" style "murrine-fg-is-text-color-workaround"
style "chrome-gtk-frame"
{
    ChromeGtkFrame::frame-color = @menu_bg_color
    ChromeGtkFrame::inactive-frame-color = @menu_bg_color
    ChromeGtkFrame::frame-gradient-size = 1
    ChromeGtkFrame::frame-gradient-color = @bg_color
    ChromeGtkFrame::inactive-frame-gradient-color = @bg_color
    ChromeGtkFrame::scrollbar-trough-color = @bg_color
    ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.86, @bg_color)
    ChromeGtkFrame::scrollbar-slider-normal-color = shade (0.86, @bg_color)
}
class "ChromeGtkFrame" style "chrome-gtk-frame"
style "panel-color" {
    bg_pixmap[NORMAL]	= "/images/panel-bg.png"
    bg[NORMAL] = "#b5b5b5"
    bg[PRELIGHT] = "#a8a8a8"
    bg[ACTIVE] = "#a8a8a8"
    engine "murrine" 
	{
		contrast	= 0.0
		roundness	= 0
		glowstyle	= 0
		glow_shade	= 1.4
		glazestyle	= 2
	}
}
widget "*PanelWidget*" style "panel-color"
widget "*PanelApplet*" style "panel-color"
widget "*Xfce*Panel*" style "panel-color"
widget_class "*Xfce*Panel*" style "panel-color"
class "*Panel*" style "panel-color"
class "*Tray*" style "panel-color"
class "*tray*" style "panel-color"

style "sidepane" {
    base[NORMAL] = shade (1.06,@bg_color)
}
widget_class "ThunarWindow.GtkTable.GtkHPaned.ThunarShortcutsPane*" style "sidepane"
widget_class "ThunarWindow.GtkTable.GtkHPaned.ThunarTreePane*" style "sidepane"
style "heybuddy" {
    bg[NORMAL] = shade (1.16,@bg_color)
}

widget "*Dent*" style "heybuddy"
widget "*Dent*Button*" style "murrine-button"

style "xfce-heading-style" { base[NORMAL] = @menu_bg_color }
class "XfceHeading" style "xfce-heading-style"
